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