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