Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdcom.github.scalapi |
ArtifactId | ArtifactIdscalapi-embedmongo |
Version | Version0.3 |
Type | Typejar |
Filename | Size |
---|---|
scalapi-embedmongo-0.3.pom | |
scalapi-embedmongo-0.3.jar | 5 KB |
scalapi-embedmongo-0.3-sources.jar | 1 KB |
scalapi-embedmongo-0.3-javadoc.jar | 345 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.scalapi/scalapi-embedmongo/ -->
<dependency>
<groupId>com.github.scalapi</groupId>
<artifactId>scalapi-embedmongo</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.scalapi/scalapi-embedmongo/
implementation 'com.github.scalapi:scalapi-embedmongo:0.3'
// https://jarcasting.com/artifacts/com.github.scalapi/scalapi-embedmongo/
implementation ("com.github.scalapi:scalapi-embedmongo:0.3")
'com.github.scalapi:scalapi-embedmongo:jar:0.3'
<dependency org="com.github.scalapi" name="scalapi-embedmongo" rev="0.3">
<artifact name="scalapi-embedmongo" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.scalapi', module='scalapi-embedmongo', version='0.3')
)
libraryDependencies += "com.github.scalapi" % "scalapi-embedmongo" % "0.3"
[com.github.scalapi/scalapi-embedmongo "0.3"]