is not current version
Last Version 4.0.2

net.markenwerk:commons-interfaces 2.1.2

Some common interfaces for Java

Categories

Categories

Net
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

commons-interfaces
Version

Version

2.1.2
Type

Type

jar

Download commons-interfaces 2.1.2


<!-- 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"]