Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.gitlab.katsella |
ArtifactId | ArtifactIdschedulerapiclient |
Version | Version1.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gitlab.katsella/schedulerapiclient/ -->
<dependency>
<groupId>com.gitlab.katsella</groupId>
<artifactId>schedulerapiclient</artifactId>
<version>1.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.katsella/schedulerapiclient/
implementation 'com.gitlab.katsella:schedulerapiclient:1.0.0-RC1'
// https://jarcasting.com/artifacts/com.gitlab.katsella/schedulerapiclient/
implementation ("com.gitlab.katsella:schedulerapiclient:1.0.0-RC1")
'com.gitlab.katsella:schedulerapiclient:jar:1.0.0-RC1'
<dependency org="com.gitlab.katsella" name="schedulerapiclient" rev="1.0.0-RC1">
<artifact name="schedulerapiclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.katsella', module='schedulerapiclient', version='1.0.0-RC1')
)
libraryDependencies += "com.gitlab.katsella" % "schedulerapiclient" % "1.0.0-RC1"
[com.gitlab.katsella/schedulerapiclient "1.0.0-RC1"]