Search
 
SCRIPT & CODE EXAMPLE
 

JAVA

difference between maven plugin and dependency

 Maven plugins help perform different tasks like compile , test etc. Eg. Maven compile uses maven-compiler-plugin.
 Dependency is a packaged piece of classes that your project depends on.
 For example, if you want to be able to write JUnit test, you'll have to use JUnit annotations and classes thus you have to declare that your project depends on JUnit.
Comment

PREVIOUS NEXT
Code Example
Java :: arraylist to primitive array 
Java :: array.swap java 
Java :: no java virtual machine found after searching the following locations 
Java :: org.springframework.security.oauth2.jwt.JwtEncoder 
Java :: check if two lists are equal java 
Java :: how to get the memory location of an object in java 
Java :: java border 
Java :: android studio clear views of layout 
Java :: Explain try & catch finally block in Java 
Java :: java run jnlp 
Java :: java noverify 
Java :: Printing cube root of a number in java 
Java :: jpql spring boot 
Java :: input char arrayjava 
Java :: The superclass "jakarta.servlet.http.HttpServlet" was not found on the Java Build Path 
Java :: java programme for fibonnaci series 
Java :: Java code to launch shell script with arguments 
Java :: sharedpreferences 
Java :: command to create a Hashmap in Java 
Java :: get current location android 
Java :: getstring java 
Java :: call by value and call by reference in java 
Java :: remove duplicates from list java 
Java :: string into ascii in java 
Java :: data structure java 
Java :: binary tree java 
Java :: merge sort recursion java 
Java :: using super in java 
Java :: radix sort 
Java :: my canvas java 
ADD CONTENT
Topic
Content
Source link
Name
8+1 =