<dependency> <groupId>com.ovea.tajin.framework</groupId> <artifactId>tajin-core</artifactId> <version>3.6</version> </dependency>
implementation 'com.ovea.tajin.framework:tajin-core:3.6'
implementation("com.ovea.tajin.framework:tajin-core:3.6")
libraryDependencies += "com.ovea.tajin.framework" % "tajin-core" % "3.6"
@Grapes( @Grab(group='com.ovea.tajin.framework', module='tajin-core', version='3.6') )
<dependency org="com.ovea.tajin.framework" name="tajin-core" rev="3.6" />
[com.ovea.tajin.framework/tajin-core "3.6"]
'com.ovea.tajin.framework:tajin-core:jar:3.6'
<parent> <groupId>com.ovea.tajin.framework</groupId> <artifactId>tajin-framework</artifactId> <version>3.6</version> </parent>
compile
|-- org.codehaus.groovy:groovy-all
|-- commons-codec:commons-codec
|-- com.google.guava:guava
provided
|-- com.mycila:mycila-jmx
test
|-- junit:junit-dep