GroupId | GroupIdcom.github.masahitojp |
---|---|
ArtifactId | ArtifactIdbotan |
Version | Version0.0.0.17 |
Type | Typejar |
Filename | Size |
---|---|
botan-0.0.0.17.pom | |
botan-0.0.0.17.jar | 22 KB |
botan-0.0.0.17-sources.jar | 10 KB |
botan-0.0.0.17-javadoc.jar | 96 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.masahitojp/botan/ -->
<dependency>
<groupId>com.github.masahitojp</groupId>
<artifactId>botan</artifactId>
<version>0.0.0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.masahitojp/botan/
implementation 'com.github.masahitojp:botan:0.0.0.17'
// https://jarcasting.com/artifacts/com.github.masahitojp/botan/
implementation ("com.github.masahitojp:botan:0.0.0.17")
'com.github.masahitojp:botan:jar:0.0.0.17'
<dependency org="com.github.masahitojp" name="botan" rev="0.0.0.17">
<artifact name="botan" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.masahitojp', module='botan', version='0.0.0.17')
)
libraryDependencies += "com.github.masahitojp" % "botan" % "0.0.0.17"
[com.github.masahitojp/botan "0.0.0.17"]