is not current version
Last Version 0.0.4

net.inveed:inveed-commons 0.0.2

Common classes for all other libraries and projects

Categories

Categories

Net
GroupId

GroupId

net.inveed
ArtifactId

ArtifactId

inveed-commons
Version

Version

0.0.2
Type

Type

jar

Download inveed-commons 0.0.2


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