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