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