GroupId | GroupIdio.github.ekrosrb |
---|---|
ArtifactId | ArtifactIdmonoLib |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
monoLib-0.0.1.pom | |
monoLib-0.0.1.jar | 15 KB |
monoLib-0.0.1-sources.jar | 8 KB |
monoLib-0.0.1-javadoc.jar | 452 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.ekrosrb/monoLib/ -->
<dependency>
<groupId>io.github.ekrosrb</groupId>
<artifactId>monoLib</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ekrosrb/monoLib/
implementation 'io.github.ekrosrb:monoLib:0.0.1'
// https://jarcasting.com/artifacts/io.github.ekrosrb/monoLib/
implementation ("io.github.ekrosrb:monoLib:0.0.1")
'io.github.ekrosrb:monoLib:jar:0.0.1'
<dependency org="io.github.ekrosrb" name="monoLib" rev="0.0.1">
<artifact name="monoLib" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ekrosrb', module='monoLib', version='0.0.1')
)
libraryDependencies += "io.github.ekrosrb" % "monoLib" % "0.0.1"
[io.github.ekrosrb/monoLib "0.0.1"]