| GroupId | GroupIdcom.github.mygreen |
|---|---|
| ArtifactId | ArtifactIdstandalone-el |
| Version | Version0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| standalone-el-0.1.pom | |
| standalone-el-0.1.jar | 15 KB |
| standalone-el-0.1-sources.jar | 9 KB |
| standalone-el-0.1-javadoc.jar | 69 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mygreen/standalone-el/ -->
<dependency>
<groupId>com.github.mygreen</groupId>
<artifactId>standalone-el</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mygreen/standalone-el/
implementation 'com.github.mygreen:standalone-el:0.1'
// https://jarcasting.com/artifacts/com.github.mygreen/standalone-el/
implementation ("com.github.mygreen:standalone-el:0.1")
'com.github.mygreen:standalone-el:jar:0.1'
<dependency org="com.github.mygreen" name="standalone-el" rev="0.1">
<artifact name="standalone-el" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mygreen', module='standalone-el', version='0.1')
)
libraryDependencies += "com.github.mygreen" % "standalone-el" % "0.1"
[com.github.mygreen/standalone-el "0.1"]