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