<dependency> <groupId>com.ovea.tajin.framework</groupId> <artifactId>tajin-core</artifactId> <version>3.2</version> </dependency>
implementation 'com.ovea.tajin.framework:tajin-core:3.2'
implementation("com.ovea.tajin.framework:tajin-core:3.2")
libraryDependencies += "com.ovea.tajin.framework" % "tajin-core" % "3.2"
@Grapes( @Grab(group='com.ovea.tajin.framework', module='tajin-core', version='3.2') )
<dependency org="com.ovea.tajin.framework" name="tajin-core" rev="3.2" />
[com.ovea.tajin.framework/tajin-core "3.2"]
'com.ovea.tajin.framework:tajin-core:jar:3.2'
<parent> <groupId>com.ovea.tajin.framework</groupId> <artifactId>tajin-framework</artifactId> <version>3.2</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