Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.cpollet.jixture |
ArtifactId | ArtifactIdjixture-core |
Version | Version1.0.0.rc1 |
Type | Typejar |
Filename | Size |
---|---|
jixture-core-1.0.0.rc1.pom | |
jixture-core-1.0.0.rc1.jar | 76 KB |
jixture-core-1.0.0.rc1-sources.jar | 69 KB |
jixture-core-1.0.0.rc1-javadoc.jar | 397 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.cpollet.jixture/jixture-core/ -->
<dependency>
<groupId>net.cpollet.jixture</groupId>
<artifactId>jixture-core</artifactId>
<version>1.0.0.rc1</version>
</dependency>
// https://jarcasting.com/artifacts/net.cpollet.jixture/jixture-core/
implementation 'net.cpollet.jixture:jixture-core:1.0.0.rc1'
// https://jarcasting.com/artifacts/net.cpollet.jixture/jixture-core/
implementation ("net.cpollet.jixture:jixture-core:1.0.0.rc1")
'net.cpollet.jixture:jixture-core:jar:1.0.0.rc1'
<dependency org="net.cpollet.jixture" name="jixture-core" rev="1.0.0.rc1">
<artifact name="jixture-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.cpollet.jixture', module='jixture-core', version='1.0.0.rc1')
)
libraryDependencies += "net.cpollet.jixture" % "jixture-core" % "1.0.0.rc1"
[net.cpollet.jixture/jixture-core "1.0.0.rc1"]