is not current version
Last Version 0.2.0

io.github.bhowell2:api-lib 0.1.0

Library to facilitate API development on the JVM.

GroupId

GroupId

io.github.bhowell2
ArtifactId

ArtifactId

api-lib
Version

Version

0.1.0
Type

Type

pom

Download api-lib 0.1.0


<!-- https://jarcasting.com/artifacts/io.github.bhowell2/api-lib/ -->
<dependency>
    <groupId>io.github.bhowell2</groupId>
    <artifactId>api-lib</artifactId>
    <version>0.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.bhowell2/api-lib/
implementation 'io.github.bhowell2:api-lib:0.1.0'
// https://jarcasting.com/artifacts/io.github.bhowell2/api-lib/
implementation ("io.github.bhowell2:api-lib:0.1.0")
'io.github.bhowell2:api-lib:pom:0.1.0'
<dependency org="io.github.bhowell2" name="api-lib" rev="0.1.0">
  <artifact name="api-lib" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.bhowell2', module='api-lib', version='0.1.0')
)
libraryDependencies += "io.github.bhowell2" % "api-lib" % "0.1.0"
[io.github.bhowell2/api-lib "0.1.0"]