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