Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.marschall |
ArtifactId | ArtifactIddirectory-keystore |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
directory-keystore-1.0.0.pom | |
directory-keystore-1.0.0.jar | 32 KB |
directory-keystore-1.0.0-sources.jar | 13 KB |
directory-keystore-1.0.0-javadoc.jar | 416 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.marschall/directory-keystore/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>directory-keystore</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/directory-keystore/
implementation 'com.github.marschall:directory-keystore:1.0.0'
// https://jarcasting.com/artifacts/com.github.marschall/directory-keystore/
implementation ("com.github.marschall:directory-keystore:1.0.0")
'com.github.marschall:directory-keystore:jar:1.0.0'
<dependency org="com.github.marschall" name="directory-keystore" rev="1.0.0">
<artifact name="directory-keystore" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='directory-keystore', version='1.0.0')
)
libraryDependencies += "com.github.marschall" % "directory-keystore" % "1.0.0"
[com.github.marschall/directory-keystore "1.0.0"]