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