Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdtop.beanshell |
ArtifactId | ArtifactIdram-config-beetlsql |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.beanshell/ram-config-beetlsql/ -->
<dependency>
<groupId>top.beanshell</groupId>
<artifactId>ram-config-beetlsql</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/top.beanshell/ram-config-beetlsql/
implementation 'top.beanshell:ram-config-beetlsql:1.0.0'
// https://jarcasting.com/artifacts/top.beanshell/ram-config-beetlsql/
implementation ("top.beanshell:ram-config-beetlsql:1.0.0")
'top.beanshell:ram-config-beetlsql:jar:1.0.0'
<dependency org="top.beanshell" name="ram-config-beetlsql" rev="1.0.0">
<artifact name="ram-config-beetlsql" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.beanshell', module='ram-config-beetlsql', version='1.0.0')
)
libraryDependencies += "top.beanshell" % "ram-config-beetlsql" % "1.0.0"
[top.beanshell/ram-config-beetlsql "1.0.0"]