GroupId | GroupIdio.github.rothschil |
---|---|
ArtifactId | ArtifactIdframework-limit |
Version | Version1.2.1.RELEASE |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/io.github.rothschil/framework-limit/ -->
<dependency>
<groupId>io.github.rothschil</groupId>
<artifactId>framework-limit</artifactId>
<version>1.2.1.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.rothschil/framework-limit/
implementation 'io.github.rothschil:framework-limit:1.2.1.RELEASE'
// https://jarcasting.com/artifacts/io.github.rothschil/framework-limit/
implementation ("io.github.rothschil:framework-limit:1.2.1.RELEASE")
'io.github.rothschil:framework-limit:pom:1.2.1.RELEASE'
<dependency org="io.github.rothschil" name="framework-limit" rev="1.2.1.RELEASE">
<artifact name="framework-limit" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.rothschil', module='framework-limit', version='1.2.1.RELEASE')
)
libraryDependencies += "io.github.rothschil" % "framework-limit" % "1.2.1.RELEASE"
[io.github.rothschil/framework-limit "1.2.1.RELEASE"]