| License |
License |
|---|---|
| GroupId | GroupIdorg.bitbucket.memoryi |
| ArtifactId | ArtifactIdroot |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
Descriptionorg.bitbucket.memoryi:root
framework
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| root-2.0.0.pom | 3 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bitbucket.memoryi/root/ -->
<dependency>
<groupId>org.bitbucket.memoryi</groupId>
<artifactId>root</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bitbucket.memoryi/root/
implementation 'org.bitbucket.memoryi:root:2.0.0'
// https://jarcasting.com/artifacts/org.bitbucket.memoryi/root/
implementation ("org.bitbucket.memoryi:root:2.0.0")
'org.bitbucket.memoryi:root:pom:2.0.0'
<dependency org="org.bitbucket.memoryi" name="root" rev="2.0.0">
<artifact name="root" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bitbucket.memoryi', module='root', version='2.0.0')
)
libraryDependencies += "org.bitbucket.memoryi" % "root" % "2.0.0"
[org.bitbucket.memoryi/root "2.0.0"]