| GroupId | GroupIdcom.github.themrmilchmann.mjl |
|---|---|
| ArtifactId | ArtifactIdmjl-options |
| Version | Version0.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mjl-options-0.1.0.pom | |
| mjl-options-0.1.0.jar | 19 KB |
| mjl-options-0.1.0-sources.jar | 15 KB |
| mjl-options-0.1.0-javadoc.jar | 405 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/ -->
<dependency>
<groupId>com.github.themrmilchmann.mjl</groupId>
<artifactId>mjl-options</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/
implementation 'com.github.themrmilchmann.mjl:mjl-options:0.1.0'
// https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/
implementation ("com.github.themrmilchmann.mjl:mjl-options:0.1.0")
'com.github.themrmilchmann.mjl:mjl-options:jar:0.1.0'
<dependency org="com.github.themrmilchmann.mjl" name="mjl-options" rev="0.1.0">
<artifact name="mjl-options" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.themrmilchmann.mjl', module='mjl-options', version='0.1.0')
)
libraryDependencies += "com.github.themrmilchmann.mjl" % "mjl-options" % "0.1.0"
[com.github.themrmilchmann.mjl/mjl-options "0.1.0"]