License |
License
BSD-3-Clause
|
---|---|
GroupId | GroupIdorg.monarchinitiative.sgenes |
ArtifactId | ArtifactIdSilentGenes |
Version | Version0.1.0 |
Type | Typepom |
Description |
DescriptionSilentGenes
Parent pom providing dependency and plugin management for applications built with Maven
|
Filename | Size |
---|---|
SilentGenes-0.1.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.monarchinitiative.sgenes/SilentGenes/ -->
<dependency>
<groupId>org.monarchinitiative.sgenes</groupId>
<artifactId>SilentGenes</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.monarchinitiative.sgenes/SilentGenes/
implementation 'org.monarchinitiative.sgenes:SilentGenes:0.1.0'
// https://jarcasting.com/artifacts/org.monarchinitiative.sgenes/SilentGenes/
implementation ("org.monarchinitiative.sgenes:SilentGenes:0.1.0")
'org.monarchinitiative.sgenes:SilentGenes:pom:0.1.0'
<dependency org="org.monarchinitiative.sgenes" name="SilentGenes" rev="0.1.0">
<artifact name="SilentGenes" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.monarchinitiative.sgenes', module='SilentGenes', version='0.1.0')
)
libraryDependencies += "org.monarchinitiative.sgenes" % "SilentGenes" % "0.1.0"
[org.monarchinitiative.sgenes/SilentGenes "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.35 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 2.5.5 |