GroupId | GroupIdcom.lifeonwalden |
---|---|
ArtifactId | ArtifactIdforestbatis |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
forestbatis-0.0.1.pom | |
forestbatis-0.0.1.jar | 6 KB |
forestbatis-0.0.1-sources.jar | 3 KB |
forestbatis-0.0.1-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.lifeonwalden/forestbatis/ -->
<dependency>
<groupId>com.lifeonwalden</groupId>
<artifactId>forestbatis</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.lifeonwalden/forestbatis/
implementation 'com.lifeonwalden:forestbatis:0.0.1'
// https://jarcasting.com/artifacts/com.lifeonwalden/forestbatis/
implementation ("com.lifeonwalden:forestbatis:0.0.1")
'com.lifeonwalden:forestbatis:jar:0.0.1'
<dependency org="com.lifeonwalden" name="forestbatis" rev="0.0.1">
<artifact name="forestbatis" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.lifeonwalden', module='forestbatis', version='0.0.1')
)
libraryDependencies += "com.lifeonwalden" % "forestbatis" % "0.0.1"
[com.lifeonwalden/forestbatis "0.0.1"]