| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.markenwerk |
| ArtifactId | ArtifactIdcommons-interfaces |
| Version | Version3.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| commons-interfaces-3.0.1.pom | |
| commons-interfaces-3.0.1.jar | 7 KB |
| commons-interfaces-3.0.1-sources.jar | 22 KB |
| commons-interfaces-3.0.1-javadoc.jar | 88 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.markenwerk/commons-interfaces/ -->
<dependency>
<groupId>net.markenwerk</groupId>
<artifactId>commons-interfaces</artifactId>
<version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/commons-interfaces/
implementation 'net.markenwerk:commons-interfaces:3.0.1'
// https://jarcasting.com/artifacts/net.markenwerk/commons-interfaces/
implementation ("net.markenwerk:commons-interfaces:3.0.1")
'net.markenwerk:commons-interfaces:jar:3.0.1'
<dependency org="net.markenwerk" name="commons-interfaces" rev="3.0.1">
<artifact name="commons-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='commons-interfaces', version='3.0.1')
)
libraryDependencies += "net.markenwerk" % "commons-interfaces" % "3.0.1"
[net.markenwerk/commons-interfaces "3.0.1"]