GroupId | GroupIdorg.webjars.npm |
---|---|
ArtifactId | ArtifactIdent |
Version | Version0.0.5 |
Type | Typejar |
Filename | Size |
---|---|
ent-0.0.5.pom | |
ent-0.0.5.jar | 6 KB |
ent-0.0.5-sources.jar | 22 bytes |
ent-0.0.5-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ent/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ent</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ent/
implementation 'org.webjars.npm:ent:0.0.5'
// https://jarcasting.com/artifacts/org.webjars.npm/ent/
implementation ("org.webjars.npm:ent:0.0.5")
'org.webjars.npm:ent:jar:0.0.5'
<dependency org="org.webjars.npm" name="ent" rev="0.0.5">
<artifact name="ent" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ent', version='0.0.5')
)
libraryDependencies += "org.webjars.npm" % "ent" % "0.0.5"
[org.webjars.npm/ent "0.0.5"]