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