GroupId | GroupIdorg.jacpfx |
---|---|
ArtifactId | ArtifactIdvxms-core |
Version | Version1.0-RC3 |
Type | Typejar |
Filename | Size |
---|---|
vxms-core-1.0-RC3.pom | |
vxms-core-1.0-RC3.jar | 9 KB |
vxms-core-1.0-RC3-sources.jar | 6 KB |
vxms-core-1.0-RC3-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jacpfx/vxms-core/ -->
<dependency>
<groupId>org.jacpfx</groupId>
<artifactId>vxms-core</artifactId>
<version>1.0-RC3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jacpfx/vxms-core/
implementation 'org.jacpfx:vxms-core:1.0-RC3'
// https://jarcasting.com/artifacts/org.jacpfx/vxms-core/
implementation ("org.jacpfx:vxms-core:1.0-RC3")
'org.jacpfx:vxms-core:jar:1.0-RC3'
<dependency org="org.jacpfx" name="vxms-core" rev="1.0-RC3">
<artifact name="vxms-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jacpfx', module='vxms-core', version='1.0-RC3')
)
libraryDependencies += "org.jacpfx" % "vxms-core" % "1.0-RC3"
[org.jacpfx/vxms-core "1.0-RC3"]