Categories |
CategoriesScala Languages ORM Data |
---|---|
GroupId | GroupIdcom.github.olim7t |
ArtifactId | ArtifactIdsbt-scalariform |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
sbt-scalariform-1.0.1.pom | |
sbt-scalariform-1.0.1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.olim7t/sbt-scalariform/ -->
<dependency>
<groupId>com.github.olim7t</groupId>
<artifactId>sbt-scalariform</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.olim7t/sbt-scalariform/
implementation 'com.github.olim7t:sbt-scalariform:1.0.1'
// https://jarcasting.com/artifacts/com.github.olim7t/sbt-scalariform/
implementation ("com.github.olim7t:sbt-scalariform:1.0.1")
'com.github.olim7t:sbt-scalariform:jar:1.0.1'
<dependency org="com.github.olim7t" name="sbt-scalariform" rev="1.0.1">
<artifact name="sbt-scalariform" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.olim7t', module='sbt-scalariform', version='1.0.1')
)
libraryDependencies += "com.github.olim7t" % "sbt-scalariform" % "1.0.1"
[com.github.olim7t/sbt-scalariform "1.0.1"]