Categories |
CategoriesCRaSH General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.crashnote |
ArtifactId | ArtifactIdcrashnote-servlet |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
crashnote-servlet-0.0.2.pom | |
crashnote-servlet-0.0.2.jar | 91 KB |
crashnote-servlet-0.0.2-sources.jar | 109 KB |
crashnote-servlet-0.0.2-javadoc.jar | 570 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/ -->
<dependency>
<groupId>com.crashnote</groupId>
<artifactId>crashnote-servlet</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/
implementation 'com.crashnote:crashnote-servlet:0.0.2'
// https://jarcasting.com/artifacts/com.crashnote/crashnote-servlet/
implementation ("com.crashnote:crashnote-servlet:0.0.2")
'com.crashnote:crashnote-servlet:jar:0.0.2'
<dependency org="com.crashnote" name="crashnote-servlet" rev="0.0.2">
<artifact name="crashnote-servlet" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crashnote', module='crashnote-servlet', version='0.0.2')
)
libraryDependencies += "com.crashnote" % "crashnote-servlet" % "0.0.2"
[com.crashnote/crashnote-servlet "0.0.2"]