is not current version
Last Version 0.1.5

com.github.jcute:jcute 0.1.2

An IOC/AOP Framework

GroupId

GroupId

com.github.jcute
ArtifactId

ArtifactId

jcute
Version

Version

0.1.2
Type

Type

pom

Download jcute 0.1.2

Filename Size
jcute-0.1.2.pom 7 KB
Browse

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