GroupId | GroupIdorg.nuiton.jaxx |
---|---|
ArtifactId | ArtifactIdjaxx-tutorial-helloworld |
Version | Version2.2.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-tutorial-helloworld/ -->
<dependency>
<groupId>org.nuiton.jaxx</groupId>
<artifactId>jaxx-tutorial-helloworld</artifactId>
<version>2.2.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-tutorial-helloworld/
implementation 'org.nuiton.jaxx:jaxx-tutorial-helloworld:2.2.4'
// https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-tutorial-helloworld/
implementation ("org.nuiton.jaxx:jaxx-tutorial-helloworld:2.2.4")
'org.nuiton.jaxx:jaxx-tutorial-helloworld:jar:2.2.4'
<dependency org="org.nuiton.jaxx" name="jaxx-tutorial-helloworld" rev="2.2.4">
<artifact name="jaxx-tutorial-helloworld" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuiton.jaxx', module='jaxx-tutorial-helloworld', version='2.2.4')
)
libraryDependencies += "org.nuiton.jaxx" % "jaxx-tutorial-helloworld" % "2.2.4"
[org.nuiton.jaxx/jaxx-tutorial-helloworld "2.2.4"]