| GroupId | GroupIdio.memoria.jutils |
|---|---|
| ArtifactId | ArtifactIdadapter |
| Version | Version0.225.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| adapter-0.225.0.pom | |
| adapter-0.225.0.jar | 5 KB |
| adapter-0.225.0-sources.jar | 3 KB |
| adapter-0.225.0-javadoc.jar | 120 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.memoria.jutils/adapter/ -->
<dependency>
<groupId>io.memoria.jutils</groupId>
<artifactId>adapter</artifactId>
<version>0.225.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.memoria.jutils/adapter/
implementation 'io.memoria.jutils:adapter:0.225.0'
// https://jarcasting.com/artifacts/io.memoria.jutils/adapter/
implementation ("io.memoria.jutils:adapter:0.225.0")
'io.memoria.jutils:adapter:jar:0.225.0'
<dependency org="io.memoria.jutils" name="adapter" rev="0.225.0">
<artifact name="adapter" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.memoria.jutils', module='adapter', version='0.225.0')
)
libraryDependencies += "io.memoria.jutils" % "adapter" % "0.225.0"
[io.memoria.jutils/adapter "0.225.0"]