Categories |
CategoriesScala Languages |
---|---|
GroupId | GroupIdorg.scalameta |
ArtifactId | ArtifactIdexceptions_2.11 |
Version | Version0.0.3 |
Type | Typejar |
Filename | Size |
---|---|
exceptions_2.11-0.0.3.pom | |
exceptions_2.11-0.0.3.jar | 9 KB |
exceptions_2.11-0.0.3-sources.jar | 1 KB |
exceptions_2.11-0.0.3-javadoc.jar | 367 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.scalameta/exceptions_2.11/ -->
<dependency>
<groupId>org.scalameta</groupId>
<artifactId>exceptions_2.11</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.scalameta/exceptions_2.11/
implementation 'org.scalameta:exceptions_2.11:0.0.3'
// https://jarcasting.com/artifacts/org.scalameta/exceptions_2.11/
implementation ("org.scalameta:exceptions_2.11:0.0.3")
'org.scalameta:exceptions_2.11:jar:0.0.3'
<dependency org="org.scalameta" name="exceptions_2.11" rev="0.0.3">
<artifact name="exceptions_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.scalameta', module='exceptions_2.11', version='0.0.3')
)
libraryDependencies += "org.scalameta" % "exceptions_2.11" % "0.0.3"
[org.scalameta/exceptions_2.11 "0.0.3"]