Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.jeremybrooks |
ArtifactId | ArtifactIdjinx |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
jinx-2.0.0.pom | |
jinx-2.0.0.jar | 457 KB |
jinx-2.0.0-sources.jar | 228 KB |
jinx-2.0.0-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.jeremybrooks/jinx/ -->
<dependency>
<groupId>net.jeremybrooks</groupId>
<artifactId>jinx</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.jeremybrooks/jinx/
implementation 'net.jeremybrooks:jinx:2.0.0'
// https://jarcasting.com/artifacts/net.jeremybrooks/jinx/
implementation ("net.jeremybrooks:jinx:2.0.0")
'net.jeremybrooks:jinx:jar:2.0.0'
<dependency org="net.jeremybrooks" name="jinx" rev="2.0.0">
<artifact name="jinx" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.jeremybrooks', module='jinx', version='2.0.0')
)
libraryDependencies += "net.jeremybrooks" % "jinx" % "2.0.0"
[net.jeremybrooks/jinx "2.0.0"]