GroupId | GroupIdbe.novelfaces |
---|---|
ArtifactId | ArtifactIdnovelfaces |
Version | Version0.1.0 |
Type | Typepom |
Filename | Size |
---|---|
novelfaces-0.1.0.pom | 13 KB |
Browse |
<!-- https://jarcasting.com/artifacts/be.novelfaces/novelfaces/ -->
<dependency>
<groupId>be.novelfaces</groupId>
<artifactId>novelfaces</artifactId>
<version>0.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/be.novelfaces/novelfaces/
implementation 'be.novelfaces:novelfaces:0.1.0'
// https://jarcasting.com/artifacts/be.novelfaces/novelfaces/
implementation ("be.novelfaces:novelfaces:0.1.0")
'be.novelfaces:novelfaces:pom:0.1.0'
<dependency org="be.novelfaces" name="novelfaces" rev="0.1.0">
<artifact name="novelfaces" type="pom" />
</dependency>
@Grapes(
@Grab(group='be.novelfaces', module='novelfaces', version='0.1.0')
)
libraryDependencies += "be.novelfaces" % "novelfaces" % "0.1.0"
[be.novelfaces/novelfaces "0.1.0"]