| GroupId | GroupIdcom.github.themrmilchmann.mjl |
|---|---|
| ArtifactId | ArtifactIdmjl-options |
| Version | Version0.2.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mjl-options-0.2.0.pom | |
| mjl-options-0.2.0.jar | 20 KB |
| mjl-options-0.2.0-sources.jar | 15 KB |
| mjl-options-0.2.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.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/
implementation 'com.github.themrmilchmann.mjl:mjl-options:0.2.0'
// https://jarcasting.com/artifacts/com.github.themrmilchmann.mjl/mjl-options/
implementation ("com.github.themrmilchmann.mjl:mjl-options:0.2.0")
'com.github.themrmilchmann.mjl:mjl-options:jar:0.2.0'
<dependency org="com.github.themrmilchmann.mjl" name="mjl-options" rev="0.2.0">
<artifact name="mjl-options" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.themrmilchmann.mjl', module='mjl-options', version='0.2.0')
)
libraryDependencies += "com.github.themrmilchmann.mjl" % "mjl-options" % "0.2.0"
[com.github.themrmilchmann.mjl/mjl-options "0.2.0"]