Categories |
CategoriesEbean Data ORM |
---|---|
GroupId | GroupIdorg.mdsplus |
ArtifactId | ArtifactIddevicebeans |
Version | Version7.109.5 |
Type | Typejar |
Filename | Size |
---|---|
devicebeans-7.109.5.pom | |
devicebeans-7.109.5.jar | 144 KB |
devicebeans-7.109.5-sources.jar | 58 KB |
devicebeans-7.109.5-javadoc.jar | 405 KB |
devicebeans-7.109.5-jar-with-dependencies.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mdsplus/devicebeans/ -->
<dependency>
<groupId>org.mdsplus</groupId>
<artifactId>devicebeans</artifactId>
<version>7.109.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.mdsplus/devicebeans/
implementation 'org.mdsplus:devicebeans:7.109.5'
// https://jarcasting.com/artifacts/org.mdsplus/devicebeans/
implementation ("org.mdsplus:devicebeans:7.109.5")
'org.mdsplus:devicebeans:jar:7.109.5'
<dependency org="org.mdsplus" name="devicebeans" rev="7.109.5">
<artifact name="devicebeans" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mdsplus', module='devicebeans', version='7.109.5')
)
libraryDependencies += "org.mdsplus" % "devicebeans" % "7.109.5"
[org.mdsplus/devicebeans "7.109.5"]