Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdethereumjs-tx |
Version | Version1.1.2 |
Type | Typejar |
Filename | Size |
---|---|
ethereumjs-tx-1.1.2.pom | |
ethereumjs-tx-1.1.2.jar | 51 KB |
ethereumjs-tx-1.1.2-sources.jar | 22 bytes |
ethereumjs-tx-1.1.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/ethereumjs-tx/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>ethereumjs-tx</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ethereumjs-tx/
implementation 'org.webjars.npm:ethereumjs-tx:1.1.2'
// https://jarcasting.com/artifacts/org.webjars.npm/ethereumjs-tx/
implementation ("org.webjars.npm:ethereumjs-tx:1.1.2")
'org.webjars.npm:ethereumjs-tx:jar:1.1.2'
<dependency org="org.webjars.npm" name="ethereumjs-tx" rev="1.1.2">
<artifact name="ethereumjs-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ethereumjs-tx', version='1.1.2')
)
libraryDependencies += "org.webjars.npm" % "ethereumjs-tx" % "1.1.2"
[org.webjars.npm/ethereumjs-tx "1.1.2"]