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