GroupId | GroupIdink.zfei |
---|---|
ArtifactId | ArtifactIdjta-core |
Version | Version2.0.0.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
jta-core-2.0.0.RELEASE.pom | |
jta-core-2.0.0.RELEASE.jar | 187 KB |
jta-core-2.0.0.RELEASE-sources.jar | 104 KB |
jta-core-2.0.0.RELEASE-javadoc.jar | 732 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ink.zfei/jta-core/ -->
<dependency>
<groupId>ink.zfei</groupId>
<artifactId>jta-core</artifactId>
<version>2.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/ink.zfei/jta-core/
implementation 'ink.zfei:jta-core:2.0.0.RELEASE'
// https://jarcasting.com/artifacts/ink.zfei/jta-core/
implementation ("ink.zfei:jta-core:2.0.0.RELEASE")
'ink.zfei:jta-core:jar:2.0.0.RELEASE'
<dependency org="ink.zfei" name="jta-core" rev="2.0.0.RELEASE">
<artifact name="jta-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='ink.zfei', module='jta-core', version='2.0.0.RELEASE')
)
libraryDependencies += "ink.zfei" % "jta-core" % "2.0.0.RELEASE"
[ink.zfei/jta-core "2.0.0.RELEASE"]