is not current version
Last Version 3.0.6

com.github.fartherp:framework 1.2.2

framework

GroupId

GroupId

com.github.fartherp
ArtifactId

ArtifactId

framework
Version

Version

1.2.2
Type

Type

pom

Download framework 1.2.2

Filename Size
framework-1.2.2.pom 29 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.fartherp/framework/ -->
<dependency>
    <groupId>com.github.fartherp</groupId>
    <artifactId>framework</artifactId>
    <version>1.2.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.fartherp/framework/
implementation 'com.github.fartherp:framework:1.2.2'
// https://jarcasting.com/artifacts/com.github.fartherp/framework/
implementation ("com.github.fartherp:framework:1.2.2")
'com.github.fartherp:framework:pom:1.2.2'
<dependency org="com.github.fartherp" name="framework" rev="1.2.2">
  <artifact name="framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.fartherp', module='framework', version='1.2.2')
)
libraryDependencies += "com.github.fartherp" % "framework" % "1.2.2"
[com.github.fartherp/framework "1.2.2"]