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