GroupId | GroupIdio.wisetime |
---|---|
ArtifactId | ArtifactIdwisetime-connector |
Version | Version0.0.0-NOT_A_GIT_REPOSITORY |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.wisetime/wisetime-connector/ -->
<dependency>
<groupId>io.wisetime</groupId>
<artifactId>wisetime-connector</artifactId>
<version>0.0.0-NOT_A_GIT_REPOSITORY</version>
</dependency>
// https://jarcasting.com/artifacts/io.wisetime/wisetime-connector/
implementation 'io.wisetime:wisetime-connector:0.0.0-NOT_A_GIT_REPOSITORY'
// https://jarcasting.com/artifacts/io.wisetime/wisetime-connector/
implementation ("io.wisetime:wisetime-connector:0.0.0-NOT_A_GIT_REPOSITORY")
'io.wisetime:wisetime-connector:jar:0.0.0-NOT_A_GIT_REPOSITORY'
<dependency org="io.wisetime" name="wisetime-connector" rev="0.0.0-NOT_A_GIT_REPOSITORY">
<artifact name="wisetime-connector" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wisetime', module='wisetime-connector', version='0.0.0-NOT_A_GIT_REPOSITORY')
)
libraryDependencies += "io.wisetime" % "wisetime-connector" % "0.0.0-NOT_A_GIT_REPOSITORY"
[io.wisetime/wisetime-connector "0.0.0-NOT_A_GIT_REPOSITORY"]