GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdzipfilesystem-standalone |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/zipfilesystem-standalone/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>zipfilesystem-standalone</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/zipfilesystem-standalone/
implementation 'com.github.marschall:zipfilesystem-standalone:1.0.0'
// https://jarcasting.com/artifacts/com.github.marschall/zipfilesystem-standalone/
implementation ("com.github.marschall:zipfilesystem-standalone:1.0.0")
'com.github.marschall:zipfilesystem-standalone:jar:1.0.0'
<dependency org="com.github.marschall" name="zipfilesystem-standalone" rev="1.0.0">
<artifact name="zipfilesystem-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='zipfilesystem-standalone', version='1.0.0')
)
libraryDependencies += "com.github.marschall" % "zipfilesystem-standalone" % "1.0.0"
[com.github.marschall/zipfilesystem-standalone "1.0.0"]