GroupId | GroupIdorg.jaxygen |
---|---|
ArtifactId | ArtifactIdjaxygen-api-sample |
Version | Version1.0.7 |
Type | Typewar |
Filename | Size |
---|---|
jaxygen-api-sample-1.0.7.pom | |
jaxygen-api-sample-1.0.7.war | 5 MB |
jaxygen-api-sample-1.0.7-sources.jar | 31 KB |
jaxygen-api-sample-1.0.7-javadoc.jar | 234 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jaxygen/jaxygen-api-sample/ -->
<dependency>
<groupId>org.jaxygen</groupId>
<artifactId>jaxygen-api-sample</artifactId>
<version>1.0.7</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jaxygen/jaxygen-api-sample/
implementation 'org.jaxygen:jaxygen-api-sample:1.0.7'
// https://jarcasting.com/artifacts/org.jaxygen/jaxygen-api-sample/
implementation ("org.jaxygen:jaxygen-api-sample:1.0.7")
'org.jaxygen:jaxygen-api-sample:war:1.0.7'
<dependency org="org.jaxygen" name="jaxygen-api-sample" rev="1.0.7">
<artifact name="jaxygen-api-sample" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jaxygen', module='jaxygen-api-sample', version='1.0.7')
)
libraryDependencies += "org.jaxygen" % "jaxygen-api-sample" % "1.0.7"
[org.jaxygen/jaxygen-api-sample "1.0.7"]