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