# AddDependencyImplementationRaw(string)

> Adds a plugin implementation element with raw value: "implementation {value}".

## Definition

* **Type:** Method
* **Namespace:** [Unity.Android.Gradle](/engine/6000.0/script-reference/unity/android/gradle.md)
* **Assembly:** Unity.Android.Gradle

```csharp
public Element AddDependencyImplementationRaw(string value)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Raw string implementation value.

### Returns

| Type                                                                       | Description           |
| -------------------------------------------------------------------------- | --------------------- |
| [Element](/engine/6000.0/script-reference/unity/android/gradle/element.md) | The added dependency. |
