GroupId | GroupIdorg.nuiton.jaxx |
---|---|
ArtifactId | ArtifactIdjaxx-widgets-common |
Version | Version2.30.1 |
Type | Typejar |
Filename | Size |
---|---|
jaxx-widgets-common-2.30.1.pom | |
jaxx-widgets-common-2.30.1.jar | 26 KB |
jaxx-widgets-common-2.30.1-sources.jar | 20 KB |
jaxx-widgets-common-2.30.1-javadoc.jar | 67 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-widgets-common/ -->
<dependency>
<groupId>org.nuiton.jaxx</groupId>
<artifactId>jaxx-widgets-common</artifactId>
<version>2.30.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-widgets-common/
implementation 'org.nuiton.jaxx:jaxx-widgets-common:2.30.1'
// https://jarcasting.com/artifacts/org.nuiton.jaxx/jaxx-widgets-common/
implementation ("org.nuiton.jaxx:jaxx-widgets-common:2.30.1")
'org.nuiton.jaxx:jaxx-widgets-common:jar:2.30.1'
<dependency org="org.nuiton.jaxx" name="jaxx-widgets-common" rev="2.30.1">
<artifact name="jaxx-widgets-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nuiton.jaxx', module='jaxx-widgets-common', version='2.30.1')
)
libraryDependencies += "org.nuiton.jaxx" % "jaxx-widgets-common" % "2.30.1"
[org.nuiton.jaxx/jaxx-widgets-common "2.30.1"]