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