| GroupId | GroupIdio.github.brevilo |
|---|---|
| ArtifactId | ArtifactIdjolm |
| Version | Version1.0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jolm-1.0.5.pom | |
| jolm-1.0.5.jar | 44 KB |
| jolm-1.0.5-sources.jar | 42 KB |
| jolm-1.0.5-javadoc.jar | 601 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.brevilo/jolm/ -->
<dependency>
<groupId>io.github.brevilo</groupId>
<artifactId>jolm</artifactId>
<version>1.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.brevilo/jolm/
implementation 'io.github.brevilo:jolm:1.0.5'
// https://jarcasting.com/artifacts/io.github.brevilo/jolm/
implementation ("io.github.brevilo:jolm:1.0.5")
'io.github.brevilo:jolm:jar:1.0.5'
<dependency org="io.github.brevilo" name="jolm" rev="1.0.5">
<artifact name="jolm" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.brevilo', module='jolm', version='1.0.5')
)
libraryDependencies += "io.github.brevilo" % "jolm" % "1.0.5"
[io.github.brevilo/jolm "1.0.5"]