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