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