is not current version
Last Version 1.0.5

io.thundra.utils:build 1.0.2


GroupId

GroupId

io.thundra.utils
ArtifactId

ArtifactId

build
Version

Version

1.0.2
Type

Type

pom

Download build 1.0.2


<!-- 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"]