Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdethereumjs-tx |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
ethereumjs-tx-1.3.3.pom | |
ethereumjs-tx-1.3.3.jar | 21 KB |
ethereumjs-tx-1.3.3-sources.jar | 22 bytes |
ethereumjs-tx-1.3.3-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.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/ethereumjs-tx/
implementation 'org.webjars.npm:ethereumjs-tx:1.3.3'
// https://jarcasting.com/artifacts/org.webjars.npm/ethereumjs-tx/
implementation ("org.webjars.npm:ethereumjs-tx:1.3.3")
'org.webjars.npm:ethereumjs-tx:jar:1.3.3'
<dependency org="org.webjars.npm" name="ethereumjs-tx" rev="1.3.3">
<artifact name="ethereumjs-tx" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='ethereumjs-tx', version='1.3.3')
)
libraryDependencies += "org.webjars.npm" % "ethereumjs-tx" % "1.3.3"
[org.webjars.npm/ethereumjs-tx "1.3.3"]