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