GroupId | GroupIdcom.github.bordertech.taskmaster |
---|---|
ArtifactId | ArtifactIdtaskmaster-servlet-tools |
Version | Version1.0.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-servlet-tools/ -->
<dependency>
<groupId>com.github.bordertech.taskmaster</groupId>
<artifactId>taskmaster-servlet-tools</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-servlet-tools/
implementation 'com.github.bordertech.taskmaster:taskmaster-servlet-tools:1.0.4'
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-servlet-tools/
implementation ("com.github.bordertech.taskmaster:taskmaster-servlet-tools:1.0.4")
'com.github.bordertech.taskmaster:taskmaster-servlet-tools:jar:1.0.4'
<dependency org="com.github.bordertech.taskmaster" name="taskmaster-servlet-tools" rev="1.0.4">
<artifact name="taskmaster-servlet-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.taskmaster', module='taskmaster-servlet-tools', version='1.0.4')
)
libraryDependencies += "com.github.bordertech.taskmaster" % "taskmaster-servlet-tools" % "1.0.4"
[com.github.bordertech.taskmaster/taskmaster-servlet-tools "1.0.4"]