| GroupId | GroupIdde.ixilon |
|---|---|
| ArtifactId | ArtifactIdwms |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wms-1.0.0.pom | |
| wms-1.0.0.jar | 67 KB |
| wms-1.0.0-sources.jar | 79 KB |
| wms-1.0.0-javadoc.jar | 260 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.ixilon/wms/ -->
<dependency>
<groupId>de.ixilon</groupId>
<artifactId>wms</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.ixilon/wms/
implementation 'de.ixilon:wms:1.0.0'
// https://jarcasting.com/artifacts/de.ixilon/wms/
implementation ("de.ixilon:wms:1.0.0")
'de.ixilon:wms:jar:1.0.0'
<dependency org="de.ixilon" name="wms" rev="1.0.0">
<artifact name="wms" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.ixilon', module='wms', version='1.0.0')
)
libraryDependencies += "de.ixilon" % "wms" % "1.0.0"
[de.ixilon/wms "1.0.0"]