Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.ubirch.key |
ArtifactId | ArtifactIdcore_2.11 |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
core_2.11-0.4.0.pom | |
core_2.11-0.4.0.jar | 29 KB |
core_2.11-0.4.0-sources.jar | 3 KB |
core_2.11-0.4.0-javadoc.jar | 350 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ubirch.key/core_2.11/ -->
<dependency>
<groupId>com.ubirch.key</groupId>
<artifactId>core_2.11</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ubirch.key/core_2.11/
implementation 'com.ubirch.key:core_2.11:0.4.0'
// https://jarcasting.com/artifacts/com.ubirch.key/core_2.11/
implementation ("com.ubirch.key:core_2.11:0.4.0")
'com.ubirch.key:core_2.11:jar:0.4.0'
<dependency org="com.ubirch.key" name="core_2.11" rev="0.4.0">
<artifact name="core_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ubirch.key', module='core_2.11', version='0.4.0')
)
libraryDependencies += "com.ubirch.key" % "core_2.11" % "0.4.0"
[com.ubirch.key/core_2.11 "0.4.0"]