| GroupId | GroupIdcom.github.izmailoff |
|---|---|
| ArtifactId | ArtifactIdroot_2.10 |
| Version | Version0.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| root_2.10-0.0.1.pom | |
| root_2.10-0.0.1.jar | 280 bytes |
| root_2.10-0.0.1-sources.jar | 253 bytes |
| root_2.10-0.0.1-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.izmailoff/root_2.10/ -->
<dependency>
<groupId>com.github.izmailoff</groupId>
<artifactId>root_2.10</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.izmailoff/root_2.10/
implementation 'com.github.izmailoff:root_2.10:0.0.1'
// https://jarcasting.com/artifacts/com.github.izmailoff/root_2.10/
implementation ("com.github.izmailoff:root_2.10:0.0.1")
'com.github.izmailoff:root_2.10:jar:0.0.1'
<dependency org="com.github.izmailoff" name="root_2.10" rev="0.0.1">
<artifact name="root_2.10" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.izmailoff', module='root_2.10', version='0.0.1')
)
libraryDependencies += "com.github.izmailoff" % "root_2.10" % "0.0.1"
[com.github.izmailoff/root_2.10 "0.0.1"]