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