GroupId | GroupIdtop.beanshell |
---|---|
ArtifactId | ArtifactIdram-common |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
ram-common-1.0.0.pom | |
ram-common-1.0.0.jar | 29 KB |
ram-common-1.0.0-sources.jar | 16 KB |
ram-common-1.0.0-javadoc.jar | 161 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.beanshell/ram-common/ -->
<dependency>
<groupId>top.beanshell</groupId>
<artifactId>ram-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.beanshell/ram-common/
implementation 'top.beanshell:ram-common:1.0.0'
// https://jarcasting.com/artifacts/top.beanshell/ram-common/
implementation ("top.beanshell:ram-common:1.0.0")
'top.beanshell:ram-common:jar:1.0.0'
<dependency org="top.beanshell" name="ram-common" rev="1.0.0">
<artifact name="ram-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.beanshell', module='ram-common', version='1.0.0')
)
libraryDependencies += "top.beanshell" % "ram-common" % "1.0.0"
[top.beanshell/ram-common "1.0.0"]