GroupId | GroupIdorg.popperfw |
---|---|
ArtifactId | ArtifactIdInterfaces |
Version | Version0.5 |
Type | Typejar |
Filename | Size |
---|---|
Interfaces-0.5.pom | |
Interfaces-0.5.jar | 16 KB |
Interfaces-0.5-sources.jar | 22 KB |
Interfaces-0.5-javadoc.jar | 218 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.popperfw/Interfaces/ -->
<dependency>
<groupId>org.popperfw</groupId>
<artifactId>Interfaces</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.popperfw/Interfaces/
implementation 'org.popperfw:Interfaces:0.5'
// https://jarcasting.com/artifacts/org.popperfw/Interfaces/
implementation ("org.popperfw:Interfaces:0.5")
'org.popperfw:Interfaces:jar:0.5'
<dependency org="org.popperfw" name="Interfaces" rev="0.5">
<artifact name="Interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.popperfw', module='Interfaces', version='0.5')
)
libraryDependencies += "org.popperfw" % "Interfaces" % "0.5"
[org.popperfw/Interfaces "0.5"]