Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.omahaprogrammer.crypto |
ArtifactId | ArtifactIdphc-format |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
phc-format-1.0.pom | |
phc-format-1.0.jar | 24 KB |
phc-format-1.0-sources.jar | 10 KB |
phc-format-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.omahaprogrammer.crypto/phc-format/ -->
<dependency>
<groupId>com.omahaprogrammer.crypto</groupId>
<artifactId>phc-format</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.omahaprogrammer.crypto/phc-format/
implementation 'com.omahaprogrammer.crypto:phc-format:1.0'
// https://jarcasting.com/artifacts/com.omahaprogrammer.crypto/phc-format/
implementation ("com.omahaprogrammer.crypto:phc-format:1.0")
'com.omahaprogrammer.crypto:phc-format:jar:1.0'
<dependency org="com.omahaprogrammer.crypto" name="phc-format" rev="1.0">
<artifact name="phc-format" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.omahaprogrammer.crypto', module='phc-format', version='1.0')
)
libraryDependencies += "com.omahaprogrammer.crypto" % "phc-format" % "1.0"
[com.omahaprogrammer.crypto/phc-format "1.0"]