Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdcom.anaptecs.jeaf.maven |
ArtifactId | ArtifactIdjeaf-maven-plugin-dependent-lib |
Version | Version1.6.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.anaptecs.jeaf.maven/jeaf-maven-plugin-dependent-lib/ -->
<dependency>
<groupId>com.anaptecs.jeaf.maven</groupId>
<artifactId>jeaf-maven-plugin-dependent-lib</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.maven/jeaf-maven-plugin-dependent-lib/
implementation 'com.anaptecs.jeaf.maven:jeaf-maven-plugin-dependent-lib:1.6.5'
// https://jarcasting.com/artifacts/com.anaptecs.jeaf.maven/jeaf-maven-plugin-dependent-lib/
implementation ("com.anaptecs.jeaf.maven:jeaf-maven-plugin-dependent-lib:1.6.5")
'com.anaptecs.jeaf.maven:jeaf-maven-plugin-dependent-lib:jar:1.6.5'
<dependency org="com.anaptecs.jeaf.maven" name="jeaf-maven-plugin-dependent-lib" rev="1.6.5">
<artifact name="jeaf-maven-plugin-dependent-lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.anaptecs.jeaf.maven', module='jeaf-maven-plugin-dependent-lib', version='1.6.5')
)
libraryDependencies += "com.anaptecs.jeaf.maven" % "jeaf-maven-plugin-dependent-lib" % "1.6.5"
[com.anaptecs.jeaf.maven/jeaf-maven-plugin-dependent-lib "1.6.5"]