is not current version
Last Version 4.0.2

net.markenwerk:commons-interfaces 2.0.0

Some common interfaces for Java

Categories

Categories

Net
GroupId

GroupId

net.markenwerk
ArtifactId

ArtifactId

commons-interfaces
Version

Version

2.0.0
Type

Type

jar

Download commons-interfaces 2.0.0


<!-- https://jarcasting.com/artifacts/net.markenwerk/commons-interfaces/ -->
<dependency>
    <groupId>net.markenwerk</groupId>
    <artifactId>commons-interfaces</artifactId>
    <version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.markenwerk/commons-interfaces/
implementation 'net.markenwerk:commons-interfaces:2.0.0'
// https://jarcasting.com/artifacts/net.markenwerk/commons-interfaces/
implementation ("net.markenwerk:commons-interfaces:2.0.0")
'net.markenwerk:commons-interfaces:jar:2.0.0'
<dependency org="net.markenwerk" name="commons-interfaces" rev="2.0.0">
  <artifact name="commons-interfaces" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.markenwerk', module='commons-interfaces', version='2.0.0')
)
libraryDependencies += "net.markenwerk" % "commons-interfaces" % "2.0.0"
[net.markenwerk/commons-interfaces "2.0.0"]