is not current version
Last Version 0.0.4

net.inveed:inveed-commons 0.0.3

Common classes for all other libraries and projects

Categories

Categories

Net
GroupId

GroupId

net.inveed
ArtifactId

ArtifactId

inveed-commons
Version

Version

0.0.3
Type

Type

jar

Download inveed-commons 0.0.3


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