GroupId | GroupIdorg.jaxygen |
---|---|
ArtifactId | ArtifactIdjaxygen-project |
Version | Version1.0.5 |
Type | Typepom |
Filename | Size |
---|---|
jaxygen-project-1.0.5.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxygen/jaxygen-project/ -->
<dependency>
<groupId>org.jaxygen</groupId>
<artifactId>jaxygen-project</artifactId>
<version>1.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jaxygen/jaxygen-project/
implementation 'org.jaxygen:jaxygen-project:1.0.5'
// https://jarcasting.com/artifacts/org.jaxygen/jaxygen-project/
implementation ("org.jaxygen:jaxygen-project:1.0.5")
'org.jaxygen:jaxygen-project:pom:1.0.5'
<dependency org="org.jaxygen" name="jaxygen-project" rev="1.0.5">
<artifact name="jaxygen-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jaxygen', module='jaxygen-project', version='1.0.5')
)
libraryDependencies += "org.jaxygen" % "jaxygen-project" % "1.0.5"
[org.jaxygen/jaxygen-project "1.0.5"]