| GroupId | GroupIdde.is24.common |
|---|---|
| ArtifactId | ArtifactIdappmon4j |
| Version | Version1.46 |
| Type | Typepom |
| Filename | Size |
|---|---|
| appmon4j-1.46.pom | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.is24.common/appmon4j/ -->
<dependency>
<groupId>de.is24.common</groupId>
<artifactId>appmon4j</artifactId>
<version>1.46</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.is24.common/appmon4j/
implementation 'de.is24.common:appmon4j:1.46'
// https://jarcasting.com/artifacts/de.is24.common/appmon4j/
implementation ("de.is24.common:appmon4j:1.46")
'de.is24.common:appmon4j:pom:1.46'
<dependency org="de.is24.common" name="appmon4j" rev="1.46">
<artifact name="appmon4j" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.is24.common', module='appmon4j', version='1.46')
)
libraryDependencies += "de.is24.common" % "appmon4j" % "1.46"
[de.is24.common/appmon4j "1.46"]