GroupId | GroupIdio.thundra |
---|---|
ArtifactId | ArtifactIdjexter |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jexter-1.0.0.pom | 8 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thundra/jexter/ -->
<dependency>
<groupId>io.thundra</groupId>
<artifactId>jexter</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.thundra/jexter/
implementation 'io.thundra:jexter:1.0.0'
// https://jarcasting.com/artifacts/io.thundra/jexter/
implementation ("io.thundra:jexter:1.0.0")
'io.thundra:jexter:pom:1.0.0'
<dependency org="io.thundra" name="jexter" rev="1.0.0">
<artifact name="jexter" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.thundra', module='jexter', version='1.0.0')
)
libraryDependencies += "io.thundra" % "jexter" % "1.0.0"
[io.thundra/jexter "1.0.0"]