License |
License |
---|---|
Categories |
CategoriesKeY Data Data Formats Formal Verification |
GroupId | GroupIdio.bunting.keyring |
ArtifactId | ArtifactIdproject |
Last Version | Last Version0.2.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Filename | Size |
---|---|
project-0.2.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bunting.keyring/project/ -->
<dependency>
<groupId>io.bunting.keyring</groupId>
<artifactId>project</artifactId>
<version>0.2.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.bunting.keyring/project/
implementation 'io.bunting.keyring:project:0.2.0'
// https://jarcasting.com/artifacts/io.bunting.keyring/project/
implementation ("io.bunting.keyring:project:0.2.0")
'io.bunting.keyring:project:pom:0.2.0'
<dependency org="io.bunting.keyring" name="project" rev="0.2.0">
<artifact name="project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.bunting.keyring', module='project', version='0.2.0')
)
libraryDependencies += "io.bunting.keyring" % "project" % "0.2.0"
[io.bunting.keyring/project "0.2.0"]