GroupId | GroupIdcom.github.bordertech.taskmaster |
---|---|
ArtifactId | ArtifactIdtaskmaster-servlet-tools |
Version | Version1.0.2 |
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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-servlet-tools/
implementation 'com.github.bordertech.taskmaster:taskmaster-servlet-tools:1.0.2'
// https://jarcasting.com/artifacts/com.github.bordertech.taskmaster/taskmaster-servlet-tools/
implementation ("com.github.bordertech.taskmaster:taskmaster-servlet-tools:1.0.2")
'com.github.bordertech.taskmaster:taskmaster-servlet-tools:jar:1.0.2'
<dependency org="com.github.bordertech.taskmaster" name="taskmaster-servlet-tools" rev="1.0.2">
<artifact name="taskmaster-servlet-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.taskmaster', module='taskmaster-servlet-tools', version='1.0.2')
)
libraryDependencies += "com.github.bordertech.taskmaster" % "taskmaster-servlet-tools" % "1.0.2"
[com.github.bordertech.taskmaster/taskmaster-servlet-tools "1.0.2"]