GroupId | GroupIdorg.bytesoft |
---|---|
ArtifactId | ArtifactIdbytejta-supports |
Version | Version0.5.0-ALPHA9 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.bytesoft/bytejta-supports/ -->
<dependency>
<groupId>org.bytesoft</groupId>
<artifactId>bytejta-supports</artifactId>
<version>0.5.0-ALPHA9</version>
</dependency>
// https://jarcasting.com/artifacts/org.bytesoft/bytejta-supports/
implementation 'org.bytesoft:bytejta-supports:0.5.0-ALPHA9'
// https://jarcasting.com/artifacts/org.bytesoft/bytejta-supports/
implementation ("org.bytesoft:bytejta-supports:0.5.0-ALPHA9")
'org.bytesoft:bytejta-supports:jar:0.5.0-ALPHA9'
<dependency org="org.bytesoft" name="bytejta-supports" rev="0.5.0-ALPHA9">
<artifact name="bytejta-supports" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.bytesoft', module='bytejta-supports', version='0.5.0-ALPHA9')
)
libraryDependencies += "org.bytesoft" % "bytejta-supports" % "0.5.0-ALPHA9"
[org.bytesoft/bytejta-supports "0.5.0-ALPHA9"]