GroupId | GroupIdcom.ovea.tajin.framework |
---|---|
ArtifactId | ArtifactIdtajin-core |
Version | Version3.7 |
Type | Typejar |
Filename | Size |
---|---|
tajin-core-3.7.pom | |
tajin-core-3.7.jar | 71 KB |
tajin-core-3.7-sources.jar | 12 KB |
tajin-core-3.7-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovea.tajin.framework/tajin-core/ -->
<dependency>
<groupId>com.ovea.tajin.framework</groupId>
<artifactId>tajin-core</artifactId>
<version>3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.ovea.tajin.framework/tajin-core/
implementation 'com.ovea.tajin.framework:tajin-core:3.7'
// https://jarcasting.com/artifacts/com.ovea.tajin.framework/tajin-core/
implementation ("com.ovea.tajin.framework:tajin-core:3.7")
'com.ovea.tajin.framework:tajin-core:jar:3.7'
<dependency org="com.ovea.tajin.framework" name="tajin-core" rev="3.7">
<artifact name="tajin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ovea.tajin.framework', module='tajin-core', version='3.7')
)
libraryDependencies += "com.ovea.tajin.framework" % "tajin-core" % "3.7"
[com.ovea.tajin.framework/tajin-core "3.7"]