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