| GroupId | GroupIdcom.twosixlabs.dart |
|---|---|
| ArtifactId | ArtifactIddart-exceptions_2.11 |
| Version | Version3.0.27 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.twosixlabs.dart/dart-exceptions_2.11/ -->
<dependency>
<groupId>com.twosixlabs.dart</groupId>
<artifactId>dart-exceptions_2.11</artifactId>
<version>3.0.27</version>
</dependency>
// https://jarcasting.com/artifacts/com.twosixlabs.dart/dart-exceptions_2.11/
implementation 'com.twosixlabs.dart:dart-exceptions_2.11:3.0.27'
// https://jarcasting.com/artifacts/com.twosixlabs.dart/dart-exceptions_2.11/
implementation ("com.twosixlabs.dart:dart-exceptions_2.11:3.0.27")
'com.twosixlabs.dart:dart-exceptions_2.11:jar:3.0.27'
<dependency org="com.twosixlabs.dart" name="dart-exceptions_2.11" rev="3.0.27">
<artifact name="dart-exceptions_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.twosixlabs.dart', module='dart-exceptions_2.11', version='3.0.27')
)
libraryDependencies += "com.twosixlabs.dart" % "dart-exceptions_2.11" % "3.0.27"
[com.twosixlabs.dart/dart-exceptions_2.11 "3.0.27"]