GroupId | GroupIdco.windly |
---|---|
ArtifactId | ArtifactIdktx-account-annotations |
Version | Version1.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/co.windly/ktx-account-annotations/ -->
<dependency>
<groupId>co.windly</groupId>
<artifactId>ktx-account-annotations</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/co.windly/ktx-account-annotations/
implementation 'co.windly:ktx-account-annotations:1.1.1'
// https://jarcasting.com/artifacts/co.windly/ktx-account-annotations/
implementation ("co.windly:ktx-account-annotations:1.1.1")
'co.windly:ktx-account-annotations:jar:1.1.1'
<dependency org="co.windly" name="ktx-account-annotations" rev="1.1.1">
<artifact name="ktx-account-annotations" type="jar" />
</dependency>
@Grapes(
@Grab(group='co.windly', module='ktx-account-annotations', version='1.1.1')
)
libraryDependencies += "co.windly" % "ktx-account-annotations" % "1.1.1"
[co.windly/ktx-account-annotations "1.1.1"]