GroupId | GroupIdorg.tinygroup |
---|---|
ArtifactId | ArtifactIdel |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
el-0.0.4.pom | |
el-0.0.4.jar | 3 KB |
el-0.0.4-tests.jar | 2 KB |
el-0.0.4-sources.jar | 2 KB |
el-0.0.4-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tinygroup/el/ -->
<dependency>
<groupId>org.tinygroup</groupId>
<artifactId>el</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.tinygroup/el/
implementation 'org.tinygroup:el:0.0.4'
// https://jarcasting.com/artifacts/org.tinygroup/el/
implementation ("org.tinygroup:el:0.0.4")
'org.tinygroup:el:jar:0.0.4'
<dependency org="org.tinygroup" name="el" rev="0.0.4">
<artifact name="el" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tinygroup', module='el', version='0.0.4')
)
libraryDependencies += "org.tinygroup" % "el" % "0.0.4"
[org.tinygroup/el "0.0.4"]