is not current version
Last Version 0.2.1

tech.pronghorn:common 0.1.0

Common features used across multiple pronghorn.tech projects.

GroupId

GroupId

tech.pronghorn
ArtifactId

ArtifactId

common
Version

Version

0.1.0
Type

Type

jar

Download common 0.1.0


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