GroupId | GroupIdcom.zarbosoft |
---|---|
ArtifactId | ArtifactIdinterface |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
interface-0.0.1.pom | |
interface-0.0.1.jar | 35 KB |
interface-0.0.1-sources.jar | 13 KB |
interface-0.0.1-javadoc.jar | 482 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.zarbosoft/interface/ -->
<dependency>
<groupId>com.zarbosoft</groupId>
<artifactId>interface</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.zarbosoft/interface/
implementation 'com.zarbosoft:interface:0.0.1'
// https://jarcasting.com/artifacts/com.zarbosoft/interface/
implementation ("com.zarbosoft:interface:0.0.1")
'com.zarbosoft:interface:jar:0.0.1'
<dependency org="com.zarbosoft" name="interface" rev="0.0.1">
<artifact name="interface" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.zarbosoft', module='interface', version='0.0.1')
)
libraryDependencies += "com.zarbosoft" % "interface" % "0.0.1"
[com.zarbosoft/interface "0.0.1"]