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