GroupId | GroupIdcom.github.nwforrer |
---|---|
ArtifactId | ArtifactIdfile-encryption-share-jar |
Version | Version2.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nwforrer/file-encryption-share-jar/ -->
<dependency>
<groupId>com.github.nwforrer</groupId>
<artifactId>file-encryption-share-jar</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwforrer/file-encryption-share-jar/
implementation 'com.github.nwforrer:file-encryption-share-jar:2.0.0'
// https://jarcasting.com/artifacts/com.github.nwforrer/file-encryption-share-jar/
implementation ("com.github.nwforrer:file-encryption-share-jar:2.0.0")
'com.github.nwforrer:file-encryption-share-jar:jar:2.0.0'
<dependency org="com.github.nwforrer" name="file-encryption-share-jar" rev="2.0.0">
<artifact name="file-encryption-share-jar" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwforrer', module='file-encryption-share-jar', version='2.0.0')
)
libraryDependencies += "com.github.nwforrer" % "file-encryption-share-jar" % "2.0.0"
[com.github.nwforrer/file-encryption-share-jar "2.0.0"]