is not current version
Last Version 3.0.6

com.github.fartherp:framework 1.0

framework

GroupId

GroupId

com.github.fartherp
ArtifactId

ArtifactId

framework
Version

Version

1.0
Type

Type

pom

Download framework 1.0

Filename Size
framework-1.0.pom 24 KB
Browse

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