GroupId | GroupIdcom.alachisoft |
---|---|
ArtifactId | ArtifactIdroot |
Version | Version5.2-alpha-19 |
Type | Typejar |
Filename | Size |
---|---|
root-5.2-alpha-19.pom | 5 KB |
root-5.2-alpha-19-javadoc.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.alachisoft/root/ -->
<dependency>
<groupId>com.alachisoft</groupId>
<artifactId>root</artifactId>
<version>5.2-alpha-19</version>
</dependency>
// https://jarcasting.com/artifacts/com.alachisoft/root/
implementation 'com.alachisoft:root:5.2-alpha-19'
// https://jarcasting.com/artifacts/com.alachisoft/root/
implementation ("com.alachisoft:root:5.2-alpha-19")
'com.alachisoft:root:jar:5.2-alpha-19'
<dependency org="com.alachisoft" name="root" rev="5.2-alpha-19">
<artifact name="root" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.alachisoft', module='root', version='5.2-alpha-19')
)
libraryDependencies += "com.alachisoft" % "root" % "5.2-alpha-19"
[com.alachisoft/root "5.2-alpha-19"]