GroupId | GroupIdme.jamiemansfield |
---|---|
ArtifactId | ArtifactIdlorenz |
Version | Version0.4.1 |
Type | Typejar |
Filename | Size |
---|---|
lorenz-0.4.1.pom | |
lorenz-0.4.1.jar | 74 KB |
lorenz-0.4.1-sources.jar | 94 KB |
lorenz-0.4.1-javadoc.jar | 273 KB |
Browse |
<!-- https://jarcasting.com/artifacts/me.jamiemansfield/lorenz/ -->
<dependency>
<groupId>me.jamiemansfield</groupId>
<artifactId>lorenz</artifactId>
<version>0.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/me.jamiemansfield/lorenz/
implementation 'me.jamiemansfield:lorenz:0.4.1'
// https://jarcasting.com/artifacts/me.jamiemansfield/lorenz/
implementation ("me.jamiemansfield:lorenz:0.4.1")
'me.jamiemansfield:lorenz:jar:0.4.1'
<dependency org="me.jamiemansfield" name="lorenz" rev="0.4.1">
<artifact name="lorenz" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jamiemansfield', module='lorenz', version='0.4.1')
)
libraryDependencies += "me.jamiemansfield" % "lorenz" % "0.4.1"
[me.jamiemansfield/lorenz "0.4.1"]