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