Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.ovea.tajin |
ArtifactId | ArtifactIdtajin-client |
Version | Version1.0.b9 |
Type | Typewar |
Filename | Size |
---|---|
tajin-client-1.0.b9.pom | |
tajin-client-1.0.b9.war | 89 KB |
tajin-client-1.0.b9-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ovea.tajin/tajin-client/ -->
<dependency>
<groupId>com.ovea.tajin</groupId>
<artifactId>tajin-client</artifactId>
<version>1.0.b9</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.ovea.tajin/tajin-client/
implementation 'com.ovea.tajin:tajin-client:1.0.b9'
// https://jarcasting.com/artifacts/com.ovea.tajin/tajin-client/
implementation ("com.ovea.tajin:tajin-client:1.0.b9")
'com.ovea.tajin:tajin-client:war:1.0.b9'
<dependency org="com.ovea.tajin" name="tajin-client" rev="1.0.b9">
<artifact name="tajin-client" type="war" />
</dependency>
@Grapes(
@Grab(group='com.ovea.tajin', module='tajin-client', version='1.0.b9')
)
libraryDependencies += "com.ovea.tajin" % "tajin-client" % "1.0.b9"
[com.ovea.tajin/tajin-client "1.0.b9"]