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