GroupId | GroupIdcom.ethlo.lamebda |
---|---|
ArtifactId | ArtifactIdlamebda-core |
Version | Version0.5.0 |
Type | Typejar |
Filename | Size |
---|---|
lamebda-core-0.5.0.pom | |
lamebda-core-0.5.0.jar | 80 KB |
lamebda-core-0.5.0-sources.jar | 65 KB |
lamebda-core-0.5.0-javadoc.jar | 309 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-core/ -->
<dependency>
<groupId>com.ethlo.lamebda</groupId>
<artifactId>lamebda-core</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-core/
implementation 'com.ethlo.lamebda:lamebda-core:0.5.0'
// https://jarcasting.com/artifacts/com.ethlo.lamebda/lamebda-core/
implementation ("com.ethlo.lamebda:lamebda-core:0.5.0")
'com.ethlo.lamebda:lamebda-core:jar:0.5.0'
<dependency org="com.ethlo.lamebda" name="lamebda-core" rev="0.5.0">
<artifact name="lamebda-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.ethlo.lamebda', module='lamebda-core', version='0.5.0')
)
libraryDependencies += "com.ethlo.lamebda" % "lamebda-core" % "0.5.0"
[com.ethlo.lamebda/lamebda-core "0.5.0"]