| GroupId | GroupIdcom.github.sebhoss |
|---|---|
| ArtifactId | ArtifactIdreguloj |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reguloj-2.0.1.pom | |
| reguloj-2.0.1.jar | 17 KB |
| reguloj-2.0.1-sources.jar | 17 KB |
| reguloj-2.0.1-javadoc.jar | 78 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.sebhoss/reguloj/ -->
<dependency>
<groupId>com.github.sebhoss</groupId>
<artifactId>reguloj</artifactId>
<version>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.sebhoss/reguloj/
implementation 'com.github.sebhoss:reguloj:2.0.1'
// https://jarcasting.com/artifacts/com.github.sebhoss/reguloj/
implementation ("com.github.sebhoss:reguloj:2.0.1")
'com.github.sebhoss:reguloj:jar:2.0.1'
<dependency org="com.github.sebhoss" name="reguloj" rev="2.0.1">
<artifact name="reguloj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.sebhoss', module='reguloj', version='2.0.1')
)
libraryDependencies += "com.github.sebhoss" % "reguloj" % "2.0.1"
[com.github.sebhoss/reguloj "2.0.1"]