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